home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 52
/
Aminet 52 (2002)(GTI - Schatztruhe)[!][Dec 2002].iso
/
Aminet
/
comm
/
irc
/
epic4-mos.lha
/
share
/
epic
/
help
/
5_programming
/
usleep
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2001-03-22
|
392 b
|
13 lines
Synopsis:
usleep <microseconds>
Description:
This suspends the client for the specified number of microseconds. During
this time, the client does absolutely nothing; it quite literally goes
to sleep. In general, it is most useful in non-interactive automated
scripts, and even these cases are fairly rare.
See Also:
sleep(5); pause(5); timer(5); wait(5)